GtkWindow: Fix a use-after-free
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Jul 2015 23:19:24 +0000 (19:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 17 Jul 2015 23:19:24 +0000 (19:19 -0400)
commit0bb2567ff57c6758684df97a23e032f534b0077a
tree285db8474e3eccc5ecb720734fc4786df6b00a0f
parenta9ee745dc1d756bf3e6169069784629e93c1332c
GtkWindow: Fix a use-after-free

We were printing a string in a warning after freeing it.
Also, fix an x/y typo that might cause popovers to be
mispositioned.
gtk/gtkwindow.c